home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / mach / hppa / time_stamp.h < prev    next >
C/C++ Source or Header  |  1995-02-14  |  434b  |  28 lines

  1. /* 
  2.  * Copyright (c) 1993 NeXT, Inc.
  3.  */ 
  4.  
  5. /* HISTORY 
  6.  * 2-Jul-93 Mac Gillon at NeXT
  7.  *     Created.
  8.  *
  9.  */
  10.  
  11. /*
  12.  *    The NeXT timestamp implementation uses the hardware supported
  13.  *    microsecond counter.
  14.  *
  15.  *    The format of the timestamp structure is:
  16.  *
  17.  *        low_val - microseconds.
  18.  *        high_val - Always zero.
  19.  */
  20.  
  21. #ifndef _MACH_HPPA_TIME_STAMP_
  22. #define _HPPA_TIME_STAMP_
  23.  
  24. #define TS_FORMAT TS_FORMAT_NeXT
  25. #endif _MACH_HPPA_TIME_STAMP_
  26.  
  27.  
  28.